home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960715-19961006 / 000063_news@columbia.edu _Wed Jul 24 06:55:06 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id GAA18131 for <kermit.misc@watsun.cc.columbia.edu>; Wed, 24 Jul 1996 06:55:05 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id GAA00897 for kermit.misc@watsun; Wed, 24 Jul 1996 06:55:04 -0400 (EDT)
  4. Path: news.columbia.edu!news.new-york.net!news.iag.net!newsfeeder.sdsu.edu!nntp.primenet.com!news.cais.net!world1.bawave.com!newsfeed.internetmci.com!in2.uu.net!brighton.openmarket.com!decwrl!nntp.crl.com!nntp.crl.com!croten
  5. From: croten@crl.crl.com (Charles Roten)
  6. Newsgroups: comp.protocols.kermit.misc,comp.dcom.modems
  7. Subject: Problem getting 28800 bps in C-Kermit 5A(190) on a v.34 internal
  8. Date: 24 Jul 1996 07:51:29 GMT
  9. Organization: Widgets, Inc.
  10. Lines: 56
  11. Message-ID: <CROTEN.96Jul24005129@crl.crl.com>
  12. NNTP-Posting-Host: crl.com
  13. Xref: news.columbia.edu comp.protocols.kermit.misc:5636 comp.dcom.modems:145412
  14.  
  15. Using C-Kermit as my commo workhorse.  Compiled without any standard 
  16. error at all.  Seemingly, a nice clean make and install.  
  17.  
  18. Yeah, I set the compile-time flag according to the file ckccfg.doc, so my 
  19. (SunOS) make looked like the following:  
  20.  
  21.     make sunos4 "KFLAGS=-DBPS_28K"
  22.  
  23. I _did_ hack the Makefile to support fullscreen display with "-DCK_CURSES".  
  24. I also set "-DCK_WREFRESH" and "-DCK_PCT_BAR" .. all of which seem to do 
  25. remarkably little to change C-Kermit's rather uninformative behavior when 
  26. doing downloads.  
  27.  
  28. BTW .. ckccfg.doc is a trifle misleading on this topic .. as its example 
  29. _violates_ the 8-character rule for the "DBPS" KFLAG .. which I learned 
  30. about in _another_ piece of documentation packed with the UNIX archive 
  31. file.  Come on folks .. I _know_ you can do better than that.  
  32.  
  33. Hence, 
  34.  
  35.     make sunos4 "KFLAGS=-DBPS_28000"
  36.  
  37. give a "wermit" which does _not_ give 28 Kbps as one of its speeds when 
  38. "set speed ?" is typed.  But my _first_ make example _does_.  
  39.  
  40. The problem .. "set speed 28800" gives the following result on a _V.34_ 
  41. modem ...  
  42.  
  43.     vulcan>set speed 28800
  44.     ?Unsupported line speed - 28800
  45.  
  46. I _can_ set the speed to 38400 .. but max throughput indicates a solid 
  47. connection at _half_ that speed, 19200.  I _cannot_ seem to access 
  48. 28.8 Kbps .. even though the following experiment was tried from C-Kermit's 
  49. command line .. 
  50.  
  51.     vulcan>set speed ? Transmission rate for /dev/ttya in bits per second, \
  52.                        one of the following:
  53.      110                1200               150                19200
  54.      200                2400               28800              300
  55.      3600               38400              4800               50
  56.      600                7200               75                 75/1200
  57.      9600
  58.  
  59. Question .. WHAT GIVES ???
  60.  
  61. Nope, it's not slow serial port UARTS .. as the internal modem has 16550's 
  62. _on_ _board_ .. making my serial port's UART irrelevant, even though it 
  63. _is_ slow.  
  64.  
  65. BTW, the system is an elderly Sun 386i, with a generic "Best Data" 
  66. "Smart One" (tm) 2834F Rockwell chipset v.34 internal modem.  
  67.  
  68. Thanks in advance .. as I would _really_ like to extract that last third 
  69. of throughput from my v.34 internal modem.  
  70.